home *** CD-ROM | disk | FTP | other *** search
- object FrmCrcSetup: TFrmCrcSetup
- Left = 465
- Top = 192
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Hash setup'
- ClientHeight = 440
- ClientWidth = 412
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblSrc: TLabel
- Left = 8
- Top = 8
- Width = 214
- Height = 13
- Caption = '1. &Source folder/file to make hash for'
- FocusControl = CBoxSrc
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BtnSrcBrowse: TSpeedButton
- Left = 390
- Top = 24
- Width = 17
- Height = 21
- Anchors = [akTop, akRight]
- Caption = '...'
- OnClick = BtnSrcBrowseClick
- end
- object BtnSrcFilter: TSpeedButton
- Left = 286
- Top = 44
- Width = 105
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Filter (none)'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -9
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- Visible = False
- OnClick = BtnSrcFilterClick
- end
- object Label1: TLabel
- Left = 16
- Top = 408
- Width = 118
- Height = 13
- Caption = '3. Advanced options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object LblOutput: TLabel
- Left = 8
- Top = 64
- Width = 105
- Height = 13
- Caption = '2. &Output filename'
- FocusControl = CBoxOut
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BtnOutBrowse: TSpeedButton
- Left = 390
- Top = 80
- Width = 17
- Height = 21
- Anchors = [akTop, akRight]
- Caption = '...'
- OnClick = BtnOutBrowseClick
- end
- object LblAdv: TLabel
- Left = 8
- Top = 112
- Width = 118
- Height = 13
- Caption = '3. Advanced options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object PnlAdv: TPanel
- Left = 24
- Top = 424
- Width = 329
- Height = 41
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Label5: TLabel
- Left = 0
- Top = -2
- Width = 156
- Height = 13
- Caption = '5.1. Audio compare options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ChkFreq: TCheckBox
- Left = 8
- Top = 14
- Width = 321
- Height = 17
- Caption = 'make only for files without existing CRC signiture'
- TabOrder = 0
- Visible = False
- end
- end
- object CBoxSrc: TComboBox
- Left = 16
- Top = 24
- Width = 375
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- OnChange = CBoxSrcChange
- OnKeyDown = CBoxSrcKeyDown
- end
- object PnlBtns: TPanel
- Left = 0
- Top = 413
- Width = 412
- Height = 27
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object BtnCancel: TSpeedButton
- Left = 240
- Top = 2
- Width = 80
- Height = 22
- Anchors = [akTop, akRight]
- Caption = '<< Cancel'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 4210816
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = BtnCancelClick
- end
- object BtnOK: TSpeedButton
- Left = 325
- Top = 2
- Width = 80
- Height = 22
- Anchors = [akTop, akRight]
- Caption = 'Continue >>'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8421440
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = BtnOKClick
- end
- end
- object CBoxOut: TComboBox
- Left = 16
- Top = 80
- Width = 375
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- OnKeyDown = CBoxOutKeyDown
- end
- object PnlHashType: TPanel
- Left = 8
- Top = 128
- Width = 401
- Height = 41
- BevelOuter = bvNone
- TabOrder = 4
- object LblHashType: TLabel
- Left = 8
- Top = 4
- Width = 80
- Height = 13
- Caption = '3.1 &Hash type'
- FocusControl = CBHashes
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object CBSFV: TCheckBox
- Left = 176
- Top = 24
- Width = 193
- Height = 17
- Caption = 'Use .SFV &file format'
- TabOrder = 2
- OnClick = CBoxSrcChange
- end
- object CBHashes: TComboBox
- Tag = 255
- Left = 16
- Top = 20
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = CBHashesChange
- end
- object CBMD5: TCheckBox
- Left = 176
- Top = 24
- Width = 193
- Height = 17
- Caption = 'Use .MD5 &file format'
- TabOrder = 1
- OnClick = CBoxSrcChange
- end
- end
- object PnlISO: TPanel
- Left = 8
- Top = 184
- Width = 401
- Height = 105
- BevelOuter = bvNone
- TabOrder = 5
- object LblISOComp: TLabel
- Left = 8
- Top = 4
- Width = 152
- Height = 13
- Caption = '3.2 &Check ISO compliance'
- FocusControl = RGISOComp
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LblRelaxISORest: TLabel
- Left = 184
- Top = 28
- Width = 101
- Height = 13
- Caption = 'Rel&ax ISO restrictions'
- end
- object RGISOComp: TRadioGroup
- Left = 16
- Top = 24
- Width = 161
- Height = 81
- ItemIndex = 3
- Items.Strings = (
- 'Do not check'
- 'ISO Level 1'
- 'ISO Level 2'
- 'Joliet')
- TabOrder = 0
- end
- object CBISOPathDepth: TCheckBox
- Left = 184
- Top = 48
- Width = 217
- Height = 17
- Caption = 'allow 8 and more folders'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object CBISOPathLength: TCheckBox
- Left = 184
- Top = 70
- Width = 217
- Height = 17
- Caption = 'allow path longer than 255'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- end
- object PnlAntiVirus: TPanel
- Left = 8
- Top = 304
- Width = 401
- Height = 97
- BevelOuter = bvNone
- Caption = 'PnlAntiVirus'
- TabOrder = 6
- object LblAntiVirus: TLabel
- Left = 8
- Top = 4
- Width = 112
- Height = 13
- Caption = '3.3 Virus protection'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ChkAVDisabled: TLabel
- Left = 24
- Top = 64
- Width = 369
- Height = 33
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'Virus protection is disabled because no working plugin is availa' +
- 'ble.'#13#10'See help for how to set up virus protection.'
- WordWrap = True
- end
- object ChkScanForViruses: TCheckBox
- Left = 24
- Top = 24
- Width = 385
- Height = 17
- Caption = 'Scan for &viruses'
- TabOrder = 0
- end
- object ChkDisinfect: TCheckBox
- Left = 24
- Top = 40
- Width = 385
- Height = 17
- Caption = 'Try to &disinfect infected files'
- TabOrder = 1
- end
- end
- end
-